home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / battlefi.swf / scripts / DefineButton2_709 / BUTTONCONDACTION on(release).as
Text File  |  2010-11-09  |  217b  |  11 lines

  1. on(release){
  2.    if(_root.gold > 1999 && _root.lvl > 14)
  3.    {
  4.       _root.cat.duped = true;
  5.    }
  6.    if(_root.gold < 2000 or _root.population == _root.poptot or _root.lvl < 15)
  7.    {
  8.       uncat.play();
  9.    }
  10. }
  11.